home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / memv197.exe / Memv1.97.exe / 0 / RCDATA / TSELECTSKIN / TSELECTSKIN.txt < prev   
Encoding:
Text File  |  1998-10-23  |  929 b   |  48 lines

  1. object selectskin: Tselectskin
  2.   Left = 567
  3.   Top = 189
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select skin'
  7.   ClientHeight = 220
  8.   ClientWidth = 193
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 48
  23.     Top = 56
  24.     Width = 89
  25.     Height = 49
  26.   end
  27.   object ListBox1: TListBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 177
  31.     Height = 185
  32.     ItemHeight = 13
  33.     Sorted = True
  34.     TabOrder = 0
  35.     OnClick = ListBox1Click
  36.     OnDblClick = ListBox1DblClick
  37.   end
  38.   object Button1: TButton
  39.     Left = 72
  40.     Top = 200
  41.     Width = 49
  42.     Height = 17
  43.     Caption = '&Close'
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47. end
  48.